home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
mechacatdestructo.swf
/
scripts
/
DefineButton2_729
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-10-01
|
149b
|
8 lines
on(release){
if(_parent.Popup._currentframe == 1)
{
_global.Game.G_Pause = true;
_global.Popup.gotoAndStop("Pause");
}
}